New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@signpdf/utils

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signpdf/utils

Utilities for the @signpdf packages.

3.2.4
latest
Source
npm
Version published
Weekly downloads
9.6K
-22.76%
Maintainers
1
Weekly downloads
 
Created
Source

Utilities

for @signpdf

npm version

Usage

Used by the other @signpdf packages internally. Additionally, needed for PAdES compliant signatures"

import { plainAddPlaceholder } from '@signpdf/placeholder-plain';
import { SUBFILTER_ETSI_CADES_DETACHED } from '@signpdf/utils';

const pdfToSign = plainAddPlaceholder({
  ...,
  subFilter: SUBFILTER_ETSI_CADES_DETACHED,
});

Notes

  • Feel free to copy and paste any part of this code. See its defined Purpose.

Keywords

sign

FAQs

Package last updated on 18 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts